home *** CD-ROM | disk | FTP | other *** search
/ Aminet 2 / Aminet AMIGA CDROM (1994)(Walnut Creek)[Feb 1994][W.O. 44790-1].iso / Aminet / util / gnu / imake_930609.readme < prev    next >
Text File  |  1993-06-10  |  2KB  |  59 lines

  1. Short: imake, now with complete rules
  2. Uploader: balzer@heike.informatik.uni-dortmund.de
  3. Type: dev/misc
  4.  
  5. This is an imake for the Amiga.  I am quite sure, some other
  6. person already did port it, but I couldn't remember where to get
  7. it when I needed it.  So I took the sources and just compiled it
  8. using Markus Wild's GCC port (thanks again, Markus!).  The imake
  9. executable was compiled for 68020 (see also includes/amiga.cf).
  10.  
  11. Copy imake and rm to bin:  (you do use GCC, don't you?) or c:,
  12. the mkmf script to s:  and the files from usr.lib.x11.config
  13. into a new directory usr:lib/X11/config.
  14.  
  15. This port was done in order to have an imake for compiling local
  16. clients for the PD X11 server "DaggeX" by Kari J.  Mettinen
  17. <mettinen@kruuna.helsinki.fi> and Leonard K Norrgård
  18. <vinsci@nic.funet.fi>. Thanks go especially to these two!
  19.  
  20. The things needed to compile X11 clients are:
  21.  - GCC of course
  22.  - ixemul.library V39.47 plus libc.a V39.47 (Beta, ask Markus)
  23.  - libX11.a, libXt.a, libnet.a (from DaggeX archives)
  24.  - libXaw.a, libXmu.a, libXext.a (from Xlibs archive)
  25.  - X11 include files (from Xincludes archive)
  26. All these should be available on AmiNet (amiga.physik.unizh.ch
  27. and mirror sites).
  28.  
  29. I recommend using GNU make, because dmake has a bug with
  30. quotation marks ("). I have my X sources in gcc:src/x11, if you
  31. can't use this, you should edit the mkmf script.
  32.  
  33. The provided config files work for the X11 libraries and clients
  34. I compiled up to now (more or less ;-), but are far from being
  35. perfect.  If you do some useful extensions, please let me know.
  36.  
  37. Michael Balzer
  38. (EMail at work: balzer@heike.informatik.uni-dortmund.de,
  39. at home: bilbo@bagsend.aworld.de)
  40.  
  41.  * Copyright 1985, 1986, 1987 by the Massachusetts Institute of Technology
  42.  * 
  43.  * Permission to use, copy, modify, and distribute this
  44.  * software and its documentation for any purpose and without
  45.  * fee is hereby granted, provided that the above copyright
  46.  * notice appear in all copies and that both that copyright
  47.  * notice and this permission notice appear in supporting
  48.  * documentation, and that the name of M.I.T. not be used in
  49.  * advertising or publicity pertaining to distribution of the
  50.  * software without specific, written prior permission.
  51.  * M.I.T. makes no representations about the suitability of
  52.  * this software for any purpose.  It is provided "as is"
  53.  * without express or implied warranty.
  54.  * 
  55.  * Original Author:
  56.  *    Todd Brunhoff
  57.  *    Tektronix, inc.
  58.  *    While a guest engineer at Project Athena, MIT
  59.